docs: Improve crossreferences
authorJavier Jardón <jjardon@gnome.org>
Fri, 10 Jun 2011 09:55:28 +0000 (10:55 +0100)
committerJavier Jardón <jjardon@gnome.org>
Fri, 10 Jun 2011 09:56:35 +0000 (10:56 +0100)
Use #GtkOrientable:orientation instead "orientation"

gtk/gtkscrollbar.c
gtk/gtkseparator.c

index 4cce474cfdfeeb7042017973b0fb337593d7eb64..fd79b99eb098e8b8f6cea48001f2f8af5a6bf5e3 100644 (file)
@@ -39,7 +39,7 @@
  * @See_also: #GtkAdjustment, #GtkScrolledWindow
  *
  * The #GtkScrollbar widget is a horizontal or vertical scrollbar,
- * depending on the value of the "orientation" property.
+ * depending on the value of the #GtkOrientable:orientation property.
  *
  * The position of the thumb in a scrollbar is controlled by the scroll
  * adjustments. See #GtkAdjustment for the fields in an adjustment - for
index 4c723f1fd9593c7947e3b3023a0a322ec5f82c48..e285a40e742bac4de1c05e60ac4341444338bc1c 100644 (file)
@@ -37,7 +37,7 @@
  * @Title: GtkSeparator
  *
  * GtkSeparator is a horizontal or vertical separator widget, depending on the 
- * value of the "orientation" property, used to group the widgets within a 
+ * value of the #GtkOrientable:orientation property, used to group the widgets within a
  * window. It displays a line with a shadow to make it appear sunken into the 
  * interface.
  */